Crate constgebra

source ·

Re-exports§

Structs§

  • A const matrix type, with dimensions checked at compile time for all operations.

Enums§

  • Used with CMatrix::apply_each to specify an operation, as const function pointers and closures are not yet stable

Type Aliases§

  • A helper type to construct row vectors. CMatrix is used internally, but makes working with 1-dimensional data less verbose.